From: Yann Gautier Date: Fri, 9 Nov 2018 16:47:34 +0000 (+0100) Subject: stm32mp1: remove duplicate function declaration X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=7227d89215d29992a9999cb8af5fa36f99eeb5c2;p=project%2Fbcm63xx%2Fatf.git stm32mp1: remove duplicate function declaration It is already in include/drivers/st/stm32mp1_ddr_helpers.h. Signed-off-by: Yann Gautier --- diff --git a/include/drivers/st/stm32mp1_ddr_regs.h b/include/drivers/st/stm32mp1_ddr_regs.h index 9598d9ba..288e072d 100644 --- a/include/drivers/st/stm32mp1_ddr_regs.h +++ b/include/drivers/st/stm32mp1_ddr_regs.h @@ -408,6 +408,4 @@ struct stm32mp1_ddrphy { #define DDRPHYC_DXNDLLCR_SDPHASE_MASK GENMASK(17, 14) #define DDRPHYC_DXNDLLCR_SDPHASE_SHIFT 14 -void ddr_enable_clock(void); - #endif /* STM32MP1_DDR_REGS_H */